Conversation
|
Great job, no security vulnerabilities found in this Pull Request |
|
Oops |
|
Ugh, lemme undo that. |
|
random googling first hit has a bunch of suggestions, presumably you saw it, but if not, see https://stackoverflow.com/questions/7446187/no-module-named-pkg-resources |
|
Thanks! Sorry for the delay. |
|
@dkegel-fastly thanks, but it doesnt seem to have helped |
|
Possibly this comment might be helpful / worth trying: https://stackoverflow.com/a/76130499/22964571
|
2b08449 to
ee22342
Compare
.github/workflows/ci.yml
Outdated
| pip install setuptools==39.1.0 | ||
| pipx install poetry==1.8.0 | ||
| - run: poetry install | ||
| - run: poetry add --group dev setuptools |
There was a problem hiding this comment.
Might need to be:
| - run: poetry add --group dev setuptools | |
| - run: poetry add --group dev setuptools==69.5.1 |
1d590df to
9e8ccc5
Compare
|
Woohoo! Thanks @dkegel-fastly and @acardnell-intruder |
74413b5 to
e8339d2
Compare
|
Can go all the way to 75.3.0, after that it throws version compatibility issues: |
722524b to
58f67b3
Compare
|
Updated |
|
Thank you all! |

No description provided.